home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00096_Script_Drop41 < prev    next >
Text File  |  1999-02-25  |  907b  |  33 lines

  1.  
  2. on mouseup me
  3.   if inside(point(the loch of sprite 64, the locv of sprite 64), the rect of sprite 19) then
  4.     go to frame 45
  5.     
  6.     set the visibility of sprite 30 = false
  7.     
  8.     set the memberNum of sprite 116 = 107
  9.     set the memberNum of sprite 117 = 109
  10.     set the memberNum of sprite 118 = 171
  11.     set the memberNum of sprite 119 = 245
  12.     set the memberNum of sprite 120 = 246
  13.     
  14.     set the visibility of sprite 34 = TRUE
  15.     set the visibility of sprite 114 = TRUE
  16.     
  17.     set the visibility of sprite 54 = FALSE
  18.   else
  19.     nothing
  20.   end if
  21. end
  22.  
  23. on mouseWithin me
  24.   if inside(point(the loch of sprite 36,the locv of sprite 36), the rect of sprite 64) then
  25.     set the visibility of sprite 19 = TRUE
  26.     set the loc of sprite 19 to point (the mouseh, the mousev)
  27.     updateStage
  28.   else
  29.     set the visibility of sprite 19 = FALSE
  30.   end if
  31.   updateStage
  32. end
  33.